home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 December
/
PCWDEC06.iso
/
Software
/
Trial
/
Paint Shop Pro XI
/
Data1.cab
/
_8D7DFABA7DB04EB99D78067A6B0474CD
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-04
|
446 b
|
22 lines
from PSPApp import *
def ScriptProperties():
return {
'Author': u'Erich Tran',
'Copyright': u'',
'Description': u'',
'Host': u'Paint Shop Pro',
'Host Version': u'8.10'
}
def Preset_MotionBlur():
return {
'Strength': 26,
'Angle': 0
}
def Do(Environment):
# Motion Blur
App.Do( Environment, 'MotionBlur', Preset_MotionBlur())